type go/types.environment

8 uses

	go/types (current package)
		check.go#L72: type environment struct {
		check.go#L96: func (env *environment) lookupScope(name string) (*Scope, Object) {
		check.go#L106: func (env *environment) lookup(name string) Object {
		check.go#L198: 	environment
		decl.go#L171: 	defer func(env environment) {
		decl.go#L174: 	check.environment = environment{scope: d.file, version: d.version}
		stmt.go#L30: 	defer func(env environment, indent int) {
		stmt.go#L34: 	check.environment = environment{